home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / action.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  421 b   |  17 lines

  1. on startMovie
  2.   global startColorDepth
  3.   set the soundEnabled to 1
  4.   set the soundLevel to 5
  5.   set startColorDepth to the colorDepth
  6.   set the centerStage to 1
  7.   if the colorDepth <> 8 then
  8.     if the colorQD = 1 then
  9.       set the colorDepth to 8
  10.     end if
  11.   end if
  12.   if the colorDepth <> 8 then
  13.     alert("This program needs 256 color support.  Please change the color depth and reboot.")
  14.   end if
  15.   updateStage()
  16. end
  17.